home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / wordproc / par240.arj / EXAMPLE5.INF < prev    next >
Text File  |  1994-02-14  |  938b  |  19 lines

  1. ===============================================================================
  2. ==========================                         ============================
  3. ==========================       EXAMPLE # 5       ============================
  4. ==========================                         ============================
  5. ===============================================================================
  6.  
  7. THE INPUT FILE:  List of acts for a talent agency.  This file is 354 characters
  8.                  wide -- far more than the normal 255 character limit for input
  9.                  lines.
  10.  
  11. WHAT WE WANT:    Copy the name, phone number and description fields only.
  12.                  File should be in comma-delimited format.
  13.  
  14. HOW WE DO IT:    (1) We use the SPLIT command to break up the lines.
  15.                  (2) We use TRIM to remove spaces.
  16.                  (3) We control parsing with a line counter (named LineCntr).
  17.  
  18.  
  19.